[@Cloths]
Welcome, How may I help you?\ \
 <Buy/@buy> Clothes\
 <Buy/@robes> Elite Robes\
 <Sell/@sell> Clothes\
 <Repair/@repair> Clothes\
 <Exit/@exit>\

[@buy]
Which Clothes would you like to Buy?\ \
 <Back/@main> <Exit/@exit>\

[@sell]
Which Clothes would you like to Sell?\ \
 <Back/@main> <Exit/@exit>\

[@repair]
Which Clothes would you like to Repair?\ \
 <Back/@main> <Exit/@exit>\

[~@repair]
Your Clothes seems to be Repaired Fine!\ \ \
 <Back/@main> <Exit/@exit>\

;;
[@robes]
<Elite Robes -- 7,000,000 each> Req: LVL 42\   \
<Phantom/@robe1>  Stats -- AC 8-20 AMC 4-8 DC0-2 Dur40\
<Frozen/@robe2>      Stats -- AC 8-16 AMC 4-8 DC1-1 SC 0-6 Dur35\
<Unholy/@robe3>      Stats -- AC 6-14 AMC 4-8 MC2-6 Dur30\  \
<Main Menu/@main>  <exit/@exit>

[@robe1]
Would you like to purchase male or famale?\   \
<Male/@robe1.1>\
<Female/@robe1.2>\  \
<main/@main>  <exit/@exit>

[@robe2]
Would you like to purchase male or famale?\   \
<Male/@robe2.1>\
<Female/@robe2.2>\  \
<main/@main>  <exit/@exit>

[@robe3]
Would you like to purchase male or famale?\   \
<Male/@robe3.1>\
<Female/@robe3.2>\  \
<main/@main>  <exit/@exit>

[@robe1.1]
#IF
checkgold 7000000
#ACT
take gold 7000000
give PhantomRobe(M) 1
goto @done
#ELSEACT
goto @nocash

[@robe1.2]
#IF
checkgold 7000000
#ACT
take gold 7000000
give PhantomRobe(F) 1
goto @done
#ELSEACT
goto @nocash

[@robe2.1]
#IF
checkgold 7000000
#ACT
take gold 7000000
give FrozenRobe(M) 1
goto @done
#ELSEACT
goto @nocash

[@robe2.2]
#IF
checkgold 7000000
#ACT
take gold 7000000
give FrozenRobe(F) 1
goto @done
#ELSEACT
goto @nocash

[@robe3.1]
#IF
checkgold 7000000
#ACT
take gold 7000000
give UnholyRobe(M) 1
goto @done
#ELSEACT
goto @nocash

[@robe3.2]
#IF
checkgold 7000000
#ACT
take gold 7000000
give UnholyRobe(F) 1
goto @done
#ELSEACT
goto @nocash


[@done]
Enjoy\
<exit/@exit>

[@nocash]
Sorry you need money\
<exit/@exit>


[goods]
BaseDress(M)	100	10
BaseDress(F)	100	10
LightArmour(M)	100	10
LightArmour(F)	100	10
HeavyArmour(M)	100	10
HeavyArmour(F)	100	10
SoulArmour(M)	100	10
SoulArmour(F)	100	10
MagicRobe(M)	100	10
MagicRobe(F)	100	10
ShamanArmourM	100	10
ShamanArmourF	100	10
BronzeHelmet	10	10
MagicHelmet		10	10
BrassHelmet		50	10
ShamanHelmet	10	10
SkeletonHelmet	10	10
OldShamanHelm	10	10
LowShoes		10	10
ShamanBoots		10	10
LeatherBelt		10	10
ShamanBelt		10	10
ShamanStone		10	10
OldShamanStone		10	10
SurvivorStone		10	10
SurvivorBelt		10	10
SurvivorBoots	10	10
}